UnsequencedCollectionEqualityComparer<T,W>
Type parameters: | |
T | |
W | |
Constraints: | |
T : ICollection<W> |
System.Collections.Generic.IEqualityComparer<T>
object
Default
Equals(T collection1, T collection2)
,Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetHashCode(T collection)
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,ToString()
, Inherited from objectS UnsequencedCollectionEqualityComparer<T,W> Default | Access: Read-Only Value: |
F bool Equals(T collection1, T collection2) |
Check if two collections are equal with respect to this unsequenced equalityComparer
| |||||||
F int GetHashCode(T collection) |
Get the hash code with respect to this unsequenced equalityComparer
|